home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 January: Mac OS SDK
/
Dev.CD Jan 96 SDK
/
Dev.CD Jan 96 SDK2.toast
/
Development Kits (Disc 2)
/
QuickTime
/
Programming Stuff
/
Documentation
/
develop
/
develop Issue 20
/
develop 20 code
/
QTTextSample
/
MyTraps.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-31
|
273 b
|
16 lines
|
[
TEXT/KAHL
]
// Simple framework for Macintosh sample code
//
// Nick Thompson, DEVSUPPORT
//
// This file contains the trap detection related headers for the framework.
//
// 9/16/94 nick first cut
#ifndef _TRAPS_H_
#define _TRAPS_H_
Boolean TrapAvailable(short theTrap) ;
#endif